home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 53
/
Volume 53 - JOGO DISK .iso
/
Games
/
doll_maker_1.swf
/
scripts
/
DefineSprite_184
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-09-26
|
562b
|
31 lines
stop();
bt_sound = new sound();
bt_sound.attachSound("bt");
this.onPress = function()
{
bt_sound.start();
_root.v_mc.gotoAndStop(85);
gotoAndStop(2);
};
this.onRelease = function()
{
gotoAndStop(1);
if(_root.sel == "8-1")
{
_root.sel = "8-0";
_root.cur_mc.gotoAndStop(1);
_root.dr_mc.gotoAndStop(1);
}
else
{
_root.sel = "8-1";
_root.cur_mc.gotoAndStop(1);
_root.dr_mc.gotoAndStop(2);
}
Mouse.show();
};
this.onReleaseOutside = function()
{
gotoAndStop(1);
};